Chapter 4: SQL Mappers using Annotations
========================================
This chapter describes mapping SQL statements and query results to java beans in SQL Mappers using Annotation based approach.
Topics covered:			
	a) CRUD Mapping
	b) ResultSet Mapping
	c) One-To-One, One-To-Many mappings
	d) Dynamic SQL mapping	

How to Run:
	1. Update the database properties in application.properties file.
	2. You can run the JUnit tests in src/test/java folder.
	3. Build using Maven: mvn clean package
